home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Misc / LK_V1.06.LHA / LK V1.06 / HELP / offset.hlp < prev    next >
Encoding:
INI File  |  1994-11-01  |  819 b   |  24 lines

  1. [LANGUAGE english; PARENT keywords; PAGE 11-77]
  2. [C;6;B]        OFFSET <value>
  3. [7]Default: automatic
  4. [J;1;N]
  5.   Defines the offset at which the relative informations will \
  6. be linked.
  7.  
  8.   This will force the relative to be at that position \
  9. which means the 8 bits relative pointers may certainly not be \
  10. linkable. This should only be used if you do not use 8 bit \
  11. relative.
  12.  
  13.   The OFFSET value should be defined between -32768 and +32768 \
  14. and be even. No check is provided to let user make its choice; \
  15. except the warning which is sent when the OFFSET is odd.
  16.  
  17.   For DICE an offset of -$7FFE must be given or the link will \
  18. not work properly (When you link executable the offset is \
  19. unused then it is safe to let it undefined.)
  20.  
  21.   See also:
  22. [L;3][LINK dice]            DICE
  23. [L;5; LINK about; GOTO address]        Become Registred
  24.